Ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Ccache(1) · Download · Documentation · News
This is an example of using ccache with an Android Studio C++ project. It works on Windows and Linux (and probably Mac). For Windows, the ccache tool from ...